3.14.100 \(\int \frac {1}{\sqrt {2+x^6}} \, dx\) [1400]

Optimal. Leaf size=164 \[ \frac {x \left (\sqrt [3]{2}+x^2\right ) \sqrt {\frac {2^{2/3}-\sqrt [3]{2} x^2+x^4}{\left (\sqrt [3]{2}+\left (1+\sqrt {3}\right ) x^2\right )^2}} F\left (\cos ^{-1}\left (\frac {\sqrt [3]{2}+\left (1-\sqrt {3}\right ) x^2}{\sqrt [3]{2}+\left (1+\sqrt {3}\right ) x^2}\right )|\frac {1}{4} \left (2+\sqrt {3}\right )\right )}{2 \sqrt [3]{2} \sqrt [4]{3} \sqrt {\frac {x^2 \left (\sqrt [3]{2}+x^2\right )}{\left (\sqrt [3]{2}+\left (1+\sqrt {3}\right ) x^2\right )^2}} \sqrt {2+x^6}} \]

[Out]

1/12*x*(2^(1/3)+x^2)*((2^(1/3)+x^2*(1-3^(1/2)))^2/(2^(1/3)+x^2*(1+3^(1/2)))^2)^(1/2)/(2^(1/3)+x^2*(1-3^(1/2)))
*(2^(1/3)+x^2*(1+3^(1/2)))*EllipticF((1-(2^(1/3)+x^2*(1-3^(1/2)))^2/(2^(1/3)+x^2*(1+3^(1/2)))^2)^(1/2),1/4*6^(
1/2)+1/4*2^(1/2))*((2^(2/3)-2^(1/3)*x^2+x^4)/(2^(1/3)+x^2*(1+3^(1/2)))^2)^(1/2)*2^(2/3)*3^(3/4)/(x^6+2)^(1/2)/
(x^2*(2^(1/3)+x^2)/(2^(1/3)+x^2*(1+3^(1/2)))^2)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 164, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 9, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {231} \begin {gather*} \frac {x \left (x^2+\sqrt [3]{2}\right ) \sqrt {\frac {x^4-\sqrt [3]{2} x^2+2^{2/3}}{\left (\left (1+\sqrt {3}\right ) x^2+\sqrt [3]{2}\right )^2}} F\left (\text {ArcCos}\left (\frac {\left (1-\sqrt {3}\right ) x^2+\sqrt [3]{2}}{\left (1+\sqrt {3}\right ) x^2+\sqrt [3]{2}}\right )|\frac {1}{4} \left (2+\sqrt {3}\right )\right )}{2 \sqrt [3]{2} \sqrt [4]{3} \sqrt {\frac {x^2 \left (x^2+\sqrt [3]{2}\right )}{\left (\left (1+\sqrt {3}\right ) x^2+\sqrt [3]{2}\right )^2}} \sqrt {x^6+2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/Sqrt[2 + x^6],x]

[Out]

(x*(2^(1/3) + x^2)*Sqrt[(2^(2/3) - 2^(1/3)*x^2 + x^4)/(2^(1/3) + (1 + Sqrt[3])*x^2)^2]*EllipticF[ArcCos[(2^(1/
3) + (1 - Sqrt[3])*x^2)/(2^(1/3) + (1 + Sqrt[3])*x^2)], (2 + Sqrt[3])/4])/(2*2^(1/3)*3^(1/4)*Sqrt[(x^2*(2^(1/3
) + x^2))/(2^(1/3) + (1 + Sqrt[3])*x^2)^2]*Sqrt[2 + x^6])

Rule 231

Int[1/Sqrt[(a_) + (b_.)*(x_)^6], x_Symbol] :> With[{r = Numer[Rt[b/a, 3]], s = Denom[Rt[b/a, 3]]}, Simp[x*(s +
 r*x^2)*(Sqrt[(s^2 - r*s*x^2 + r^2*x^4)/(s + (1 + Sqrt[3])*r*x^2)^2]/(2*3^(1/4)*s*Sqrt[a + b*x^6]*Sqrt[r*x^2*(
(s + r*x^2)/(s + (1 + Sqrt[3])*r*x^2)^2)]))*EllipticF[ArcCos[(s + (1 - Sqrt[3])*r*x^2)/(s + (1 + Sqrt[3])*r*x^
2)], (2 + Sqrt[3])/4], x]] /; FreeQ[{a, b}, x]

Rubi steps

\begin {align*} \int \frac {1}{\sqrt {2+x^6}} \, dx &=\frac {x \left (\sqrt [3]{2}+x^2\right ) \sqrt {\frac {2^{2/3}-\sqrt [3]{2} x^2+x^4}{\left (\sqrt [3]{2}+\left (1+\sqrt {3}\right ) x^2\right )^2}} F\left (\cos ^{-1}\left (\frac {\sqrt [3]{2}+\left (1-\sqrt {3}\right ) x^2}{\sqrt [3]{2}+\left (1+\sqrt {3}\right ) x^2}\right )|\frac {1}{4} \left (2+\sqrt {3}\right )\right )}{2 \sqrt [3]{2} \sqrt [4]{3} \sqrt {\frac {x^2 \left (\sqrt [3]{2}+x^2\right )}{\left (\sqrt [3]{2}+\left (1+\sqrt {3}\right ) x^2\right )^2}} \sqrt {2+x^6}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C] Result contains higher order function than in optimal. Order 5 vs. order 4 in optimal.
time = 10.02, size = 24, normalized size = 0.15 \begin {gather*} \frac {x \, _2F_1\left (\frac {1}{6},\frac {1}{2};\frac {7}{6};-\frac {x^6}{2}\right )}{\sqrt {2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/Sqrt[2 + x^6],x]

[Out]

(x*Hypergeometric2F1[1/6, 1/2, 7/6, -1/2*x^6])/Sqrt[2]

________________________________________________________________________________________

Maple [C] Result contains higher order function than in optimal. Order 5 vs. order 4.
time = 0.17, size = 18, normalized size = 0.11

method result size
meijerg \(\frac {\sqrt {2}\, x \hypergeom \left (\left [\frac {1}{6}, \frac {1}{2}\right ], \left [\frac {7}{6}\right ], -\frac {x^{6}}{2}\right )}{2}\) \(18\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x^6+2)^(1/2),x,method=_RETURNVERBOSE)

[Out]

1/2*2^(1/2)*x*hypergeom([1/6,1/2],[7/6],-1/2*x^6)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(x^6+2)^(1/2),x, algorithm="maxima")

[Out]

integrate(1/sqrt(x^6 + 2), x)

________________________________________________________________________________________

Fricas [F]
time = 0.07, size = 9, normalized size = 0.05 \begin {gather*} {\rm integral}\left (\frac {1}{\sqrt {x^{6} + 2}}, x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(x^6+2)^(1/2),x, algorithm="fricas")

[Out]

integral(1/sqrt(x^6 + 2), x)

________________________________________________________________________________________

Sympy [C] Result contains complex when optimal does not.
time = 0.30, size = 34, normalized size = 0.21 \begin {gather*} \frac {\sqrt {2} x \Gamma \left (\frac {1}{6}\right ) {{}_{2}F_{1}\left (\begin {matrix} \frac {1}{6}, \frac {1}{2} \\ \frac {7}{6} \end {matrix}\middle | {\frac {x^{6} e^{i \pi }}{2}} \right )}}{12 \Gamma \left (\frac {7}{6}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(x**6+2)**(1/2),x)

[Out]

sqrt(2)*x*gamma(1/6)*hyper((1/6, 1/2), (7/6,), x**6*exp_polar(I*pi)/2)/(12*gamma(7/6))

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(x^6+2)^(1/2),x, algorithm="giac")

[Out]

integrate(1/sqrt(x^6 + 2), x)

________________________________________________________________________________________

Mupad [B]
time = 0.08, size = 16, normalized size = 0.10 \begin {gather*} \frac {\sqrt {2}\,x\,{{}}_2{\mathrm {F}}_1\left (\frac {1}{6},\frac {1}{2};\ \frac {7}{6};\ -\frac {x^6}{2}\right )}{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x^6 + 2)^(1/2),x)

[Out]

(2^(1/2)*x*hypergeom([1/6, 1/2], 7/6, -x^6/2))/2

________________________________________________________________________________________